home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFVALIDATIONERRDLG / TFVALIDATIONERRDLG.txt < prev   
Text File  |  2004-05-31  |  3KB  |  105 lines

  1. object fValidationErrDlg: TfValidationErrDlg
  2.   Left = 397
  3.   Top = 335
  4.   BorderStyle = bsDialog
  5.   Caption = 'Feed Contains Errors'
  6.   ClientHeight = 236
  7.   ClientWidth = 369
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object htmlCaption: THTMLabel
  20.     Left = 69
  21.     Top = 13
  22.     Width = 281
  23.     Height = 136
  24.     AnchorHint = False
  25.     AutoSizing = True
  26.     AutoSizeType = asVertical
  27.     Ellipsis = False
  28.     HintShowFull = False
  29.     Hover = False
  30.     HoverColor = clNone
  31.     HoverFontColor = clNone
  32.     HTMLHint = False
  33.     HTMLText.Strings = (
  34.       
  35.         'This newsfeed contains errors.  FeedDemon will attempt to work a' +
  36.         'round these problems, but the feed may need to be fixed by its a' +
  37.         'uthor for it to display correctly.<BR><BR>If you'#39're the author o' +
  38.         'f this feed, it is recommended that you <a href="validate">check' +
  39.         ' it with the Feed Validator</a> and correct any problems it repo' +
  40.         'rts.<BR><BR><B>Note:</B> This message may be disabled on the Gen' +
  41.         'eral page in Options.')
  42.     ShadowColor = clGray
  43.     ShadowOffset = 2
  44.     URLColor = clBlue
  45.     VAlignment = tvaTop
  46.     OnAnchorClick = htmlCaptionAnchorClick
  47.   end
  48.   object imgIcon: TImage
  49.     Left = 21
  50.     Top = 13
  51.     Width = 24
  52.     Height = 24
  53.     AutoSize = True
  54.     Picture.Data = {<image000.bmp>}
  55.     Transparent = True
  56.   end
  57.   object pnlBottom: TPanel
  58.     Left = 0
  59.     Top = 200
  60.     Width = 369
  61.     Height = 36
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     TabOrder = 0
  65.     object btnDetails: TButton
  66.       Left = 16
  67.       Top = 6
  68.       Width = 75
  69.       Height = 25
  70.       Caption = '&Details >>'
  71.       TabOrder = 0
  72.       OnClick = btnDetailsClick
  73.     end
  74.     object btnOK: TButton
  75.       Left = 280
  76.       Top = 6
  77.       Width = 75
  78.       Height = 25
  79.       Cancel = True
  80.       Caption = 'OK'
  81.       Default = True
  82.       ModalResult = 1
  83.       TabOrder = 1
  84.     end
  85.   end
  86.   object memDetails: TMemo
  87.     Left = 69
  88.     Top = 206
  89.     Width = 281
  90.     Height = 90
  91.     Color = clBtnFace
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clBtnText
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     ReadOnly = True
  99.     ScrollBars = ssBoth
  100.     TabOrder = 1
  101.     Visible = False
  102.     WordWrap = False
  103.   end
  104. end
  105.